home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_0799 / 660 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  748 b 

  1. Date: Mon, 22 Nov 93 10:35:23 EST
  2. Message-Id: <9311221535.AA28010@aplcomm.jhuapl.edu>
  3. To: mint@atari.archive.umich.edu
  4. From: haceaton@aplcomm.jhuapl.edu (Harry Eaton)
  5. Subject: reserved fields in stat structure
  6.  
  7. The stat structure in the stat.h include files has some "reserved fields" i.e.
  8.  
  9. ...
  10.         time_t  st_ctime;
  11.         short   st_attr;
  12. #ifdef __MINT__
  13.         short   res1;           /* reserved for future kernel use */
  14.         long    res2[2];
  15. #endif
  16. ...
  17.  
  18. Are these reserved for a known purpose at this time?  I'm interested in
  19. using one of the long words to return data for the size of resource forks
  20. of Macintosh files (for MacMiNT).  Is this reasonable?  How does one go
  21. about getting the MiNT developers ok for such things?
  22.  
  23. harry
  24.  
  25.